home *** CD-ROM | disk | FTP | other *** search
- on(release){
- game_title = "skate";
- game_author = "Danny Glover";
- score_keeper = "http://www.cartoondan.com/cgi-bin/score_keeper.pl";
- my_score = "0";
- scores_to_return = "40";
- loadVariablesNum(score_keeper,0,"POST");
- tellTarget("/stopper")
- {
- gotoAndStop(1);
- }
- tellTarget("/INSTRUCT")
- {
- gotoAndStop(1);
- }
- tellTarget("/")
- {
- gotoAndStop("end3");
- play();
- }
- tellTarget("_level1/")
- {
- gotoAndStop(1);
- }
- }
-